[INFO] cloning repository https://github.com/fractalbeauty/sorrel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fractalbeauty/sorrel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalbeauty%2Fsorrel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalbeauty%2Fsorrel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f22c074354e18a04f28fd84d864e06c014a45e1
[INFO] checking fractalbeauty/sorrel against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalbeauty%2Fsorrel" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fractalbeauty/sorrel
[INFO] finished tweaking git repo https://github.com/fractalbeauty/sorrel
[INFO] tweaked toml for git repo https://github.com/fractalbeauty/sorrel written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fractalbeauty/sorrel on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fractalbeauty/sorrel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded monostate v1.0.2
[INFO] [stderr]   Downloaded monostate-impl v1.0.2
[INFO] [stderr]   Downloaded schemars v1.1.0
[INFO] [stderr]   Downloaded axum-client-ip v1.3.1
[INFO] [stderr]   Downloaded client-ip v0.2.1
[INFO] [stderr]   Downloaded jiff-static v0.2.19
[INFO] [stderr]   Downloaded rsa v0.9.9
[INFO] [stderr]   Downloaded reqwest v0.12.25
[INFO] [stderr]   Downloaded openidconnect v4.0.1
[INFO] [stderr]   Downloaded jiff v0.2.19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824
[INFO] running `Command { std: "docker" "start" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking base64ct v1.8.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking clap_builder v4.5.57
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking jiff v0.2.19
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking client-ip v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]    Compiling aws-lc-sys v0.37.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling monostate-impl v1.0.2
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]     Checking monostate v1.0.2
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]    Compiling maud_macros v0.27.0
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking maud v0.27.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking clap v4.5.57
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking webbrowser v1.1.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking rsa v0.9.9
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tower-sessions-core v0.14.0
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking figment v0.10.19
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking tower-cookies v0.11.0
[INFO] [stderr]     Checking tower-sessions-memory-store v0.14.0
[INFO] [stderr]     Checking tower-sessions v0.14.0
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling aws-lc-rs v1.15.4
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sorrel-api v0.1.0 (/opt/rustwide/workdir/crates/sorrel-api)
[INFO] [stderr]     Checking axum-client-ip v1.3.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.25
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking sorrel-client v0.1.0 (/opt/rustwide/workdir/crates/sorrel-client)
[INFO] [stderr]     Checking sorrel-cli v0.1.0 (/opt/rustwide/workdir/crates/sorrel-cli)
[INFO] [stderr]     Checking oauth2 v5.0.0
[INFO] [stdout] warning: function `auth_using_device_code` is never used
[INFO] [stdout]    --> crates/sorrel-cli/src/main.rs:385:10
[INFO] [stdout]     |
[INFO] [stdout] 385 | async fn auth_using_device_code(config: &Config) -> anyhow::Result<String> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `auth_using_device_code` is never used
[INFO] [stdout]    --> crates/sorrel-cli/src/main.rs:385:10
[INFO] [stdout]     |
[INFO] [stdout] 385 | async fn auth_using_device_code(config: &Config) -> anyhow::Result<String> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking openidconnect v4.0.1
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking sorrel-server v0.1.0 (/opt/rustwide/workdir/crates/sorrel-server)
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:512:14
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let Some(client) = client else {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:512:14
[INFO] [stdout]     |
[INFO] [stdout] 512 |     let Some(client) = client else {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | struct ClientConfig {
[INFO] [stdout]     |        ------------ field in this struct
[INFO] [stdout] 105 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ClientConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokenResponse` is never constructed
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:495:8
[INFO] [stdout]     |
[INFO] [stdout] 495 | struct TokenResponse {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_code_hash` is never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct DeviceCode {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub device_code_hash: Vec<u8>,
[INFO] [stdout] 15 |     pub user_code_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `auth_code_hash`, `expires_at`, and `is_used` are never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct AuthCode {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 24 |     pub auth_code_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub expires_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 29 |     pub user_id: Uuid,
[INFO] [stdout] 30 |     pub is_used: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token_hash` is never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Session {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 35 |     pub id: Uuid,
[INFO] [stdout] 36 |     pub token_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `open_memory` is never used
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl Database {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 55 |     pub async fn open_memory() -> anyhow::Result<Self> {
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `session_id` is never read
[INFO] [stdout]   --> crates/sorrel-server/src/session.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct CreateSessionSuccess {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 23 |     pub session_id: Uuid,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 104 | struct ClientConfig {
[INFO] [stdout]     |        ------------ field in this struct
[INFO] [stdout] 105 |     name: String,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ClientConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokenResponse` is never constructed
[INFO] [stdout]    --> crates/sorrel-server/src/lib.rs:495:8
[INFO] [stdout]     |
[INFO] [stdout] 495 | struct TokenResponse {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_code_hash` is never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct DeviceCode {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 14 |     pub device_code_hash: Vec<u8>,
[INFO] [stdout] 15 |     pub user_code_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `auth_code_hash`, `expires_at`, and `is_used` are never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct AuthCode {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 24 |     pub auth_code_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub expires_at: i64,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 29 |     pub user_id: Uuid,
[INFO] [stdout] 30 |     pub is_used: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token_hash` is never read
[INFO] [stdout]   --> crates/sorrel-server/src/database.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct Session {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 35 |     pub id: Uuid,
[INFO] [stdout] 36 |     pub token_hash: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
[INFO] running `Command { std: "docker" "inspect" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824", kill_on_drop: false }`
[INFO] [stdout] 931ef5656610dd4a0a9a2c45c03775a04c55d9526ae33850a676f1aed2bdc824
